home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / pathm20.zip / PATHMAST.DOC < prev    next >
Text File  |  1992-12-06  |  6KB  |  211 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.         ╓──────╖         ──╖
  7.         ║      ║           ╟──╖
  8.         ╟──────╜           ║  ╟──╖
  9.         ║ ╓──╥ ──╥── ╖  ╓  ║  ║  ║ ╓──╥   ╓── ──╥── ╓── ╓──╖
  10.         ║ ║  ║   ║   ╟──╢  ║  ║  ║ ║  ║   ║     ║   ╟── ╟─┬╜  2.0
  11.         ║ ╙──╨   ╙   ╜  ╙  ╜  ╙  ╙ ╙──╨ ──╜     ╙   ╙── ║ │
  12.                 ────────────────────────────────────────╜ ╘═
  13.  
  14.                *-*  The Ultimate Path Utility *-*
  15.                         David Smith, 1992
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.   WHAT IS PATH MASTER ?
  25.  
  26.         Changing your path is a pain.  Mainly because you must type
  27. the ENTIRE thing in from scratch, or make 20 different batch files
  28. that change your path that clutter up your hard drive.
  29.  
  30.  
  31.     PATH MASTER solves this by allowing you to:
  32.  
  33.         1) Choose your path from a menu.
  34.  
  35.         2) Totally configure your menu, and change a path quickly
  36.            and easily.
  37.  
  38.         3) Add or delete a directory from the path.
  39.  
  40.         4) Change your path on the command line.
  41.  
  42.         5) Use your mouse to control PATHMASTER
  43.  
  44.  
  45.  
  46.  
  47.  
  48.   HOW TO OPERATE PATH MASTER
  49.  
  50.         To begin, you must configure your favorite paths into the
  51.         configuration file that will be stored in your root
  52.         directory.
  53.  
  54.         Type: PM /E         {edit the configurations}
  55.  
  56.         You have 20 blanks that you may enter paths into.  To move around,
  57.         press [ENTER] after typing a path, or use the arrow keys.
  58.         Regular editing keys are valid in EDIT mode: HOME, END, INSERT,
  59.         DELETE, PgUp, PgDn, etc.
  60.  
  61.         Examples of a valid paths:
  62.  
  63.         C:\DOS;C:\UTILS;C:\TURBO\BIN\INCLUDE
  64.         C:\UTILS
  65.         A:\DOS;C:\PCPLUS;C:\WP51
  66.         D:\STACKER;C:\DOS
  67.  
  68.         (Notice that a valid path consists of NO SPACES, a semicolon
  69.          between the directories, and does NOT include the "PATH="
  70.          statement.)
  71.  
  72.         Fill it up with up to 20 configurations, then press [F10] to
  73.         save and quit.
  74.  
  75.         If you are using a MOUSE, ensure your mouse driver is installed,
  76.         and move your mouse up and down to choose from the menu or move
  77.         around the configuration editor.  Press the LEFT button to select
  78.         an item, or press the RIGHT button to escape PathMaster.
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.   USING THE MENU INTERFACE
  87.  
  88.         Once you're configured, just type: PM    to pull up the
  89.         menu.  Use UP/DOWN arrows, PgUp, PgDn, Home, End to move
  90.         around, then press [ENTER] to choose a new path.
  91.  
  92.  
  93.  
  94.  
  95.  
  96.   USING OTHER OPTIONS
  97.  
  98.         On the command line, if you want to remove a directory
  99.         from your path, type: PM /D [dir]
  100.  
  101.         If you want to add a directory, type: PM /A [dir]
  102.  
  103.         For a listing of the current path, type: PM /C
  104.  
  105.         To create a totally new path, type: PM [path]
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.   WHAT IS A "PATH" ?
  113.  
  114.         A path is a list of directories that DOS uses to search
  115.         for files that are not in the current directory.
  116.  
  117.         For example, if I am in the C:\DOS directory, and want to
  118.         use PKZIP.EXE to compress a couple of files, then PKZIP.EXE
  119.         would have to be in the current directory.
  120.  
  121.         BUT, if I have PKZIP.EXE in my C:\UTILS directory, then I
  122.         can just type: PATH=C:\UTILS and dos will look in that
  123.         directory in addition to the current one to find PKZIP.EXE.
  124.  
  125.     NOTE: Data files are not included in the search.  DOS only searches
  126.           for executable files (with extension .EXE or .COM).  If that
  127.           executable file needs a data file somewhere other than the
  128.           current directory, it will NOT FIND IT, because DOS tricks
  129.           the executable file into thinking it is in your current directory.
  130.  
  131.  
  132.    So Why Not Just Include ALL My Directories In My Path ????
  133.  
  134.         Because DOS looks through all the directories in your path
  135.       to find a file, it can eat up your hard disk and take forever
  136.       to run a program.
  137.         Including all your regular utilities into one MAIN directory
  138.       reduces the time DOS takes to find files, and saves your hard
  139.       disk from unnecessary use.
  140.  
  141.  
  142.  
  143.    Why Do I Need More Than One Path ???
  144.  
  145.         When I compile programs, I need my path to include my Turbo C++
  146.       directory, and my Turbo Assembler directory, and also my Utilities
  147.       dir.
  148.         So when programming, I use:
  149.  
  150.                 PATH=C:\TURBO\BIN;C:\UTILS;C:\DOS;C:\TASM
  151.  
  152.         When I use Turbo Pascal, I need the Toolbox directory, the Turbo
  153.       Pascal directory, and of course my utils:
  154.  
  155.                 PATH=C:\UTILS;C:\DOS;C:\TP\TOOLBOX;C:\TP
  156.  
  157.         But when downloading a file from the local BBS, I need my Procomm
  158.       Plus directory, my B: drive (my SCAN program is there), and my
  159.       downloading directory.
  160.  
  161.                 PATH=C:\DOS;C:\;B:\;D:\PCPLUS;C:\DOWNLOAD
  162.  
  163.         Do you see the conflict ?   Without Path Master, I was using
  164.       12 batch files to do all the work.
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.   EXAMPLES
  174.  
  175.  
  176.         PM /E
  177.  
  178.   Edits the current configuration file.
  179.  
  180.         PM /A C:\DOCS
  181.  
  182.   Adds c:\docs directory to the current path.
  183.  
  184.         PM /D C:\UTILS
  185.  
  186.   Deletes c:\utils directory from the current path.
  187.  
  188.         PM C:\DOS;A:\TP\TOOLBOX
  189.  
  190.   Creates a new path that consists of c:\dos and a:\tp\toolbox
  191.   directories.
  192.  
  193.         PM /?
  194.  
  195.   Shows the help screen.
  196.  
  197.         PM /C
  198.  
  199.   Displays current path on the screen.
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.   A GREAT DEAL !
  207.  
  208.         See the included CATALOG.COM to order Dave's Disk full of
  209.         Utilities.  For only $15.00, it's a definite bargain !
  210.  
  211.